@charset utf-8;
/**
	Theme Name: BOB
	Version: 100.0
	Author: xiaolu
	Author URI: http://www.huilingsh.com
*/
@import url(reset.css);
.clr{
	clear: both;
}
p{
	width: 100%;
	float: left;
	clear: both;
}
/*back to top*/
#BackToTop {
	float:left;
	display:none;
    color:#eee;
	position:fixed;
	z-index:999999;
	right:0px;
	bottom:0px;
}
#BackToTop span{
    display: block;
    cursor: pointer;
	width:95px;
	height:30px;
	background:url(images/backtotop.png) no-repeat;
	text-indent:-9999px;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body{
	font-size:14px;
	line-height: 20px;
	color:#001b2e;
	font-family: "Hiragino Maru Gothic ProN", arial;
	background:#fff;
}
body ::selection {
	color:#fff;
	background-color:#3d6699;
}
.container{
	width: 970px;
	margin: 0 auto;
}
.row{
	clear: both;
}
a span b{
	font-weight: normal;
}
#header{
	position: relative;
	z-index: 100;
	background: #fff;
	width: 100%;
	min-width: 970px;
	height: 100px;
	float: left;
	background: url(images/header-bg.jpg) repeat-x left top;
}
#header .container{
	position: relative;
	z-index: 11;
}
#header #logo{
	float: left;
	margin: 10px 0px 0px 0px;
}
#header #logo img{
	height: 80px;
	width: auto;
}
#header #lang{
	float: right;
	color: #000;
	font-size: 14px;
}
#header #lang ul{
	float: right;
	margin-top: 30px;
}
#header #lang ul li{
	float: left;
	margin: 0px 15px 0px 0px;
}
#header #lang ul li .flag{
	float: left;
	margin: 0px 5px 0px 0px;
	position: relative;
}
#header #lang a{
	color: #000;
}
#header #lang a:hover,#header #lang a.current{
	text-decoration: underline;
}
#header #search-box{
	position: absolute;
	top:60px;
	right:15px;
}
.search-box{
	width: 250px;
	float: left;
}
.search-box .txt_search,
.search-box .txt_search:active,
.search-box .txt_search:focus{
	float: left;
    background: url(images/search.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 26px;
    width: 157px;
    border: medium none;
    display: block;
    height: 25px;
}
.search-box .btn_search{
	border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    background: none repeat scroll 0 0 #595758;
    height: 25px;
    float: right;
    margin-left: 4px;
    width: 63px;
    font-family: "Hiragino Maru Gothic ProN", arial;
}
#navigation{
	width: 100%;
	min-width: 970px;
	height: 60px;
	float: left;
	background: url(images/nav-bg.jpg) repeat-x left top;
	border-bottom: 5px solid #3d6699;
}
#nav-primary {
	font-size:12px;
	color:#fff;
	text-transform:capitalize;
}
#nav-primary ul {
	list-style:none;
}
#nav-primary li {
	float: left;
	position: relative;
	padding: 0px 5px 0px 0px;
	background: url(images/menu-sep.png) no-repeat right center;
}
#nav-primary li a .icon-home{
	position: relative;
	top:20px;
	font-size: 20px;
}
#nav-primary ul ul li{
	padding:0px;
	background:none;
}
#nav-primary li.lastmenu{
	background:none;
}
#nav-primary li.services ul a{
	width: 365px;
}
#nav-primary a{
	color:#000;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	padding: 0px 21px;
	display: block;
}
#nav-primary li.twoline a{
	line-height: 16px;
	text-align: center;
	height: 32px;
	padding-top:14px;
	padding-bottom:14px;
}
#nav-primary li.twoline ul a{
	line-height: 36px;
	height: 36px;
	padding: 0px 10px;
	text-align: left;
}
#nav-primary a b{}
#nav-primary ul ul {
	display: none;
	float: left;
	position: absolute;
	top:60px;
	left:0px;
	z-index:99;
}
#nav-primary ul ul ul {
	left: 100%;
	top: 0;
}
#nav-primary ul ul a {
	background: #3d6699;
	color: #fff;
	height: auto;
	line-height: 36px;
	margin: 0;
	padding: 0 10px;
	width:185px;
}
#nav-primary li:hover > a,
#nav-primary ul ul :hover > a,
#nav-primary a:focus,
#nav-primary li.current-menu-item a,
#nav-primary li.current-menu-parent a,
#nav-primary li.current-menu-ancestor a{
	background: #3d6699;
	color: #fff;
}
#nav-primary li:hover > ul.sub-menu a{
	color: #fff;
	background:#3d6699;
}

#nav-primary li:hover .sub-menu a,
#nav-primary ul ul :hover .sub-menu a,
#nav-primary li.current-menu-item .sub-menu a,
#nav-primary li.current-menu-parent .sub-menu a,
#nav-primary li.current-menu-ancestor .sub-menu a {
	background:#fff;
	color: #3d6699;
}
#nav-primary ul.sub-menu li.current-menu-item a,
#nav-primary ul.sub-menu li.current-menu-parent a,
#nav-primary ul.sub-menu li.current-menu-ancestor a,
#nav-primary ul.sub-menu ul li.current-menu-item a,
#nav-primary ul.sub-menu ul li.current-menu-parent a,
#nav-primary ul.sub-menu ul li.current-menu-ancestor a,
#nav-primary li.current-menu-parent ul.sub-menu :hover > a ,
#nav-primary li.current-menu-parent ul.sub-menu li:hover a ,
#nav-primary li.current-menu-parent ul.sub-menu a:hover ,
#nav-primary li.current-menu-parent ul.sub-menu li.current-menu-item a,
#nav-primary li.current-menu-parent ul.sub-menu li.current-menu-parent a,
#nav-primary li.current-menu-parent ul.sub-menu li.current-menu-ancestor a,
#nav-primary li.current-menu-item ul.sub-menu :hover > a ,
#nav-primary li.current-menu-item ul.sub-menu li:hover a ,
#nav-primary li.current-menu-item ul.sub-menu a:hover ,
#nav-primary li.current-menu-item ul.sub-menu li.current-menu-item a {
	background:#fff;
	color: #3d6699;
}
#nav-primary li ul.sub-menu :hover > a ,
#nav-primary li ul.sub-menu li:hover a ,
#nav-primary li ul.sub-menu a:hover,
#nav-primary li ul.sub-menu li.current-menu-item a {
	background:#fff;
	color: #3d6699;
}

#nav-primary li ul.sub-menu :hover > li a ,
#nav-primary li ul.sub-menu li:hover li a ,
#nav-primary li ul.sub-menu a:hover li a,
#nav-primary li ul.sub-menu li.current-menu-item li a {
	background:#3d6699 !important;
	color: #fff !important;
}

#nav-primary li ul.sub-menu :hover > a:hover ,
#nav-primary li ul.sub-menu li:hover a:hover ,
#nav-primary li ul.sub-menu li a:hover,
#nav-primary ul.sub-menu li.current-menu-item a,
#nav-primary ul.sub-menu li.current-menu-parent a,
#nav-primary ul.sub-menu li.current-menu-ancestor a,
#nav-primary li ul.sub-menu ul.sub-menu li.current-menu-item a{
	background:#fff !important;
	color: #3d6699 !important;
}

#nav-primary li ul.sub-menu :hover > ul a ,
#nav-primary li ul.sub-menu li:hover ul a ,
#nav-primary li ul.sub-menu ul a:hover ,
#nav-primary li ul.sub-menu ul li.current-menu-item a {
	background:#3d6699;
	color: #fff;
}
#nav-primary ul li:hover > ul {
	display: block;
}

#slider{
	background: url(images/slider-bg.jpg) repeat center center;
	background-color: #191919;
	width: 100%;
	min-width: 970px;
	float: left;
	position: relative;
	z-index: 3;
	padding: 0px 0px;
}

#slider .tp-bullets.simplebullets.square-old .bullet{
	width: 10px;
	height: 10px;
	background: #fff8ff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-ms-border-radius: 100px;
	margin: 0px 8px 0px 0px;
	z-index: 10;
}
#slider .tp-bullets.simplebullets.square-old .bullet.selected,
#slider .tp-bullets.simplebullets.square-old .bullet:hover{
	background: #3d6699;
}
#slider .box_skitter .info_slide_dots{
	bottom: 6px;
}
#slider .box_skitter .info_slide_dots .image_number{
	width:10px;
	height: 10px;
	background: #fff8ff;
}
#slider .box_skitter .info_slide_dots .image_number:hover{
	background: #3d6699;
}
#slider .box_skitter .info_slide_dots .image_number_select, #slider .box_skitter .info_slide_dots .image_number_select:hover{
	background: #3d6699;
}
#about-us{
	width: 100%;
	min-width: 970px;
	float: left;
	position: relative;
	z-index: 3;
	padding: 55px 0px 65px 0px;
}
#about-us .container{
	width: 810px;
	padding: 0px 80px;
}
.section-block h2{
	font-size: 25px;
	color: #3d6699;
	line-height: 25px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.section-block p{
	text-align: center;
	padding: 0px 0px 25px 0px;
}
.section-block p.last{
	padding: 0px;
}
.hr-sep{
	width: 568px;
	height: 1px;
	background: #3d6699;
	margin: 0 auto;
}
#about-us .hr-sep{
	margin: 55px auto 0px auto;
}
#business{
	width: 100%;
	min-width: 970px;
	float: left;
	position: relative;
	z-index: 3;
	padding: 0px 0px 65px 0px;
}
#business .one-column{
	width: 462px;
	margin: 0px 0px 45px 18px;
	float: left;
}
#business .one-column h3{
	width: 100%;
	height: 36px;
	margin: 0px 0px 20px 0px;
	line-height: 36px;
	font-size: 18px;
}
#business .one-column h3 img.icon{
	width: 36px;
	height: 36px;
	float: left;
	margin: 0px 15px 0px 0px;
}
#contact-us{
	width: 100%;
	min-width: 970px;
	float: left;
	position: relative;
	z-index: 3;
	padding: 45px 0px;
	background: #3d6699;
	color: #fff;
}
#contact-us .left{
	width: 520px;
	float: left;
}
#contact-us .left h2{
	text-align: left;
	color: #fff;
}
#contact-us .left p{
	text-align: left;
}
#contact-us .right{
	float: right;
	margin: 20px 0px 0px 0px;
}
#contact-us .right .button a{
	width: 258px;
	height: 70px;
	border:2px solid #fff;
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 70px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}
#contact-us .right .button a:hover{
	color: #3d6699;
	background: #fff;
}
#three-columns{
	width: 100%;
	min-width: 970px;
	float: left;
	margin: 65px 0px 25px 0px;
}
#three-columns .section-block{
	width: 295px;
	float: left;
	margin: 0px 0px 0px 20px;
}
#three-columns .section-block h2{
	text-align: left;
}
#three-columns #info h2{
	margin: 0px 0px 5px 0px;
}
#three-columns #info .notice-h{
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
}
#three-columns .section-block .content-associates{
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
}
#three-columns .section-block ul.list{
	
}
#three-columns .section-block ul.list li{
	width: 100%;
	float: left;
	margin: 0px 0px 25px 0px;
}
#three-columns .section-block ul.list li span.news-date{
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
	color: #001b2e;
}
#three-columns .section-block ul.list li span.news-date span.time{
	float: left;
}
#three-columns .section-block ul.list li span.news-date span.new,
.list-all .one-post .p-name span.new{
	/*
	text-indent: -9999px;
	width: 23px;
	height: 12px;
	background: url(images/icon-new.jpg) no-repeat left top;
	float: left;
	display: block;
	margin: 2px 0px 0px 10px;
	*/
	font-size:12px;
	height: 12px;
	line-height: 12px;
	padding: 2px 10px;
	background: #dd3333;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	margin: 0px 0px 0px 10px;
}
.list-all .one-post .p-name span.new{
	margin: 0px 10px 0px 0px;
}
#three-columns .section-block ul.list li span.news-title{
	color: #3d6699;
}
#three-columns .section-block ul.list li span.news-title a{
	color: #3d6699;
}
#three-columns .section-block ul.list li span.news-title a:hover{
	text-decoration: underline;
}
#three-columns .section-block .read-more{
	width: 100%;
	float: left;
	border-top:1px solid #3d6699;
	text-align: right;
	line-height: 30px;
}
#three-columns .section-block .read-more a:hover{
	text-decoration: underline;
}
#three-columns #associates a:hover img{
	opacity: 0.8;
}
#clients{
	width: 100%;
	min-width: 970px;
	float: left;
	background: #fff;
	border-top:1px solid #d7d7d7;
	border-bottom:3px solid #d7d7d7;
	padding: 25px 0px 25px 0px;
}
#clients p{
	text-align: right;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
}
.introtext{
	text-align: center;
	font-size: 13px;
}
.red{
	color: red;
}
#clients h2{
	color: #777777;
	text-align: left;
}
#clients ul{}
#clients ul li.one-gallery{
	width: 100%;
	float: left;
}
.slides_container{
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
	padding: 0px 0px 40px 0px;
}
.slides_container .gallery{
	width: 970px;
	float: left;
}
.slides_container ul.slides_pagination,
.slides_container ul.slides_pagination li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slides_container ul.slides_pagination {
	position: absolute;
	bottom: 14px;
	left: 50%;
	z-index: 100;
	display: block;
	margin-left: -25px;
}
.slides_container ul.slides_pagination li {
	display: inline;
}
.slides_container ul.slides_pagination a {
	display: block;
	float: left;
	text-indent: -9999px;
	background: #a4a6a9;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.slides_container ul.slides_pagination li a:hover, 
.slides_container ul.slides_pagination li.current a {
	background: #215ba5;
}
#clients ul li dl{
	width: 217px;
	height: 85px;
	float: left;
	margin: 0px 0px 0px 20px;
}
#clients ul li dl img{
	height: 85px;
	width: 217px;
}
#clients a.prev,
#clients a.next{
	width: 36px;
	height: 35px;
	text-indent: -9999px;
	background: url(images/arrow-left.jpg) no-repeat left top;
	display: block;
	position: absolute;
	right:41px;
	bottom: 0px;
}
#clients a.next{
	background: url(images/arrow-right.jpg) no-repeat left top;
	margin: 0px 0px 0px 5px;
	right:0px;
}
#clients a.prev:hover{
	background: url(images/arrow-left-hover.jpg) no-repeat left top;
}
#clients a.next:hover{
	background: url(images/arrow-right-hover.jpg) no-repeat left top;
}

#bottom{
	width: 100%;
	min-width: 970px;
	float: left;
	padding: 30px 0px 70px 0px;
	background: #001b2e;
	color: #fff;
	font-size: 14px;
}
#bottom .container{
	width: 930px;
}
#bottom a{
	color: #fff;
}
#bottom a:hover{
	text-decoration: underline;
}
#bottom h4{
	font-size: 18px;
	line-height: 18px;
	color: #74abf1;
	padding: 0px 0px 20px 0px;
}
#bottom .bottom-one-menu{
	float: left;
	width: 175px;
	font-size: 12px;
}
#bottom #bottom-1-menu{
	width: 130px;
}
#bottom #bottom-3-menu{
	width: 150px;
}
#bottom #bottom-4-menu{
	width: 130px;
}
#bottom #bottom-6-menu{
	width: 120px;
}
#footer{
	width: 100%;
	min-width: 970px;
	float: left;
	background: #191919;
	padding: 30px 0px 20px 0px;
	text-align: right;
	color: #fff;
}
#footer a{
	color: #c8f8ff;
}
#footer a:hover{
	text-decoration: underline;
}
#banner{
	width: 100%;
	min-width: 970px;
	float: left;
	background: url(images/banner-bg.jpg) repeat-x left top;
	height: 144px;
	color: #fff;
}
#banner .container{
	position: relative;
	z-index: 21;
}
#banner .image{
	width: auto;
	height: 144px;
	position: absolute;
	z-index: 211;
	right:0px;
	top:0px;
}
#banner .title{
	border-left: 8px solid #fff;
	position: absolute;
	z-index: 212;
	font-size: 26px;
	line-height: 30px;
	left:20px;
	top:56px;
	padding: 0px 0px 0px 20px;
}
#banner .title-two-lines{
	top:40px;
}
#breadcrumb{
	width: 100%;
	float: left;
	margin: 15px 0px 0px 0px;
}
#breadcrumb .container{
	width: 930px;
	padding: 0px 20px;
}
#breadcrumb a{
	color: #3d6699;
	text-decoration: underline;
}
#main{
	width: 100%;
	min-width: 970px;
	float: left;
}
#main .container{
	width: 930px;
	padding: 30px 20px 30px 20px;
}
#main h1{
	width: 100%;
	float: left;
	font-size: 25px;
	line-height: 25px;
	color: #3d6699;
	margin: 0px 0px 35px 0px;
}
#main .content-default{
	width: 690px;
	float: left;
}
.content-default .type-page img{
	width: 688px;
	height: auto;
	max-width: 688px;
	border:1px solid #3d6699;
}
#main .content-default-p{
	width: 610px;
	float: left;
}
#main .content-default.content-full-width{
	width: 100%;
}
.content-default p{
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
}
.content-default .no-results p{
	margin: 0px;
	text-align: left;
}
#main table{
	width: 100%;
	float: left;
	border-top:1px solid #191919;
	border-left:1px solid #191919;
	margin: 0px 0px 30px 0px;
}
#main table td{
	padding: 8px 25px;
	border-bottom:1px solid #191919;
	border-right:1px solid #191919;
	
}
#main table td.title{
	font-weight: bold;
	width: 90px;
}
#main table td.grey-md{
	width: 160px;
	text-align: center;
}
.content-default-p img{
	width: 608px;
	height: auto;
	max-width: 608px;
	border:1px solid #3d6699;
}
#main #content a:hover img{
	opacity: 0.8;
}
a.enlarge{
	padding: 10px 30px 10px 60px;
	background: url(images/zoom.png) no-repeat 20px center;
	background-color: #3d6699;
	float: right;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
}
#sidebar{
	width: 300px;
	float: right;
}
#sidebar #quick-links{}
#sidebar #quick-links ul li{
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
}
#sidebar #quick-links a{
	width: 296px;
	height: 96px;
	float: left;
	border:2px solid #f0f2f7;
	display: block;
	line-height: 98px;
	font-size: 20px;
	text-indent: 115px;
}
#sidebar #quick-links li.link-01 a{
	background: url(images/icon-01.png) no-repeat 25px center;
}
#sidebar #quick-links li.link-02 a{
	background: url(images/icon-02.png) no-repeat 25px center;
}
#sidebar #quick-links li.link-01 a:hover{
	background: url(images/icon-01-hover.png) no-repeat 25px center;
	background-color: #3d6699;
	color: #fff;
	border:2px solid #3d6699;
}
#sidebar #quick-links li.link-02 a:hover{
	background: url(images/icon-02-hover.png) no-repeat 25px center;
	background-color: #3d6699;
	color: #fff;
	border:2px solid #3d6699;
}
.associate-tab .title{
	width: 75px;
}
#main #content table a{
	color: #3d6699;
	text-decoration: underline;
}
#main #content table a:hover{
	color: #000;
}
#main #content table.last-tab{
	margin: 0px;
}
.list-all{
	width: 100%;
	float: left;
	margin: 50px 0px 0px 0px;
}
.list-all .one-post{
	width: 100%;
	float: left;
	border-bottom: 1px dashed #001b2e;
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.list-all .one-post .p-date{
	width: 100px;
	float: left;
}
.list-all .one-news .p-date{
	float: right;
	text-align: right;
	width: 140px;
}
.list-all .one-post .p-name{
	width: 510px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3d6699;
}
.list-all .one-news .p-name{
	width: 520px;
}
.list-all .one-post .p-name a{
	color: #3d6699;
}
.list-all .one-post .p-name a:hover{
	text-decoration: underline;
}
.ss_pagenavi{
	float: right;
	margin: 20px 0px 0px 0px;
}
.ss_pagenavi a,.ss_pagenavi span {
	text-decoration:none;
	border:1px solid #BFBFBF;
	padding:8px 10px;
	margin:2px;
}
.ss_pagenavi a:hover,.ss_pagenavi span.current {
	border-color:#000;
	background: #3d6699;
	color: #fff;
}
.ss_pagenavi span.current {
	font-weight:bold;
}

#slider_002{
	padding: 0px 0px 20px 0px;
}
#slider_002 dl.gallery-item{
	width: 170px;
	float: left;
}
#main #content #slider_002 dl.gallery-item img{
	width: 170px;
	height: 67px;
	float: left;
	border:none;
}
#main #slider_002 .gallery{
	width: 690px;
}
.s-l-r{
	width: 100%;
	float: left;
}
.s-l-r .s-l{
	width: 375px;
	float: left;
	color:#f5a924;
}
#main #content .s-l-r .s-l img{
	width: 100%;
	float: left;
	border:none;
	padding: 0px 0px 15px 0px;
}
.s-l-r .s-r{
	float: left;
	width: 500px;
	margin: 0px 0px 0px 30px;
}
.s-l-r ul{
	list-style-type: none;
}
.s-l-r ul li{
	float: left;
	margin: 0px 0px 20px 0px;
	background: url(images/arrow.png) no-repeat left 2px;
	padding-left: 25px;
}
#boxes{
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
}
#boxes .one-box{
	width: 292px;
	float: left;
	margin: 0px 20px 20px 0px;
	border:2px solid #3d6699;
	font-size: 14px;
}
#boxes .two-box{
	width: 610px;
}
#boxes .two-box-s{
	width: 450px;
}
#boxes .one-box-l{
	width: 450px;
}
#boxes .one-box-last{
	margin: 0px 0px 20px 0px;
	float: right;
}
#boxes .one-box .title{
	width: 100%;
	float: left;
	background: #3d6699;
	line-height: 37px;
	height: 37px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#boxes .one-box .content{
	padding: 25px;
	float: left;
	height: 100px;
	overflow: hidden;
}
#boxes.boxes-small .one-box .content{
	height: 40px;
}
#boxes .one-box .content ul li{
	padding-left: 20px;
	background: url(images/star.jpg) no-repeat left 3px;
}
#boxes .one-box .content ul.shuzi{
	list-style-type: decimal;
	padding-left: 20px;
}
#boxes .one-box .content ul.shuzi li{
	background: none;
	padding: 0;
}
#boxes .one-box .more{
	width: 100%;
	float: left;
	text-align: center;
}
#boxes .one-box .more a{
	width: 242px;
	margin: 0px auto 25px auto;
	background: #001b2e;
	display: block;
	color: #fff;
	line-height: 37px;
	height: 37px;
	text-align: center;
}
#boxes .one-box .more a:hover{
	background: #3d6699;
}
#links{
	width: 100%;
	float: left;
}
#links img{
	border: none;
	width: auto;
	height: auto;
}
#links001 .link001{
	float: left;
}
#links .link001 img{
	width: 296px;
	height: 74px;
	float: left;
}
#links .link002{
	float: right;
}
#links .link002 img{
	width: 612px;
	max-width: 612px;
	height: 74px;
	float: right;
}
#links .link003 img{
	float: left;
	width: 100%;
	max-width: 100%;
	margin: 20px 0px 0px 0px;
}
.column-left{
	width: 690px;
	float: left;
}
.column-right{
	width: 225px;
	float: right;
}
.column-left h2, .column-left h3{
	font-size: 15px;
	color: #ffffff;
	background: #3d6699;
	line-height: 15px;
	padding: 8px 15px 12px 15px;
	margin: 0px 0px 15px 0px;
	float: left;
	width: 660px;
}
.column-left h3{
	background: #fff;
	color: #be8200;
	border-bottom: 2px solid #be8200;
}
.column-left h3.no-border{
	border: none;
	padding: 8px 15px 12px 0px;
}
.column-left h3.last{
	line-height: 20px;
}
.column-left h2.darker{
	background: #001b2e;
}
.column-left h2:before, .column-left h3:before{
	content: '';
    background-color: #fff;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 10px;
    top: 2px;
}
.column-left h3:before{
	background-color: #be8200;
}
.column-left ul{
	float: left;
	list-style-type: decimal;
	width: 670px;
	padding-left: 20px;
	margin: 0px 0px 20px 0px;
}
.column-left p{
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
}
.column-left p.blue{
	color: #3d6699;
	font-size: 15px;
}
.intro{
	border:2px solid #3d6699;
	width: 686px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 40px 0px;
}
.intro .left{
	width: 315px;
	float: left;
}
.intro .left img{
	width: 315px;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
.intro .right{
	width: 345px;
	float: left;
	margin: 26px 0px 0px 20px;
}
a.link-xl{
	display: block;
	width: 335px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	background: #215ba5;
	text-indent: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}
a.link-right{
	float: right;
}
a.link-xl.link-003{
	float: right;
}
a.link200{
	width: 200px;
}
a.link-xl:hover{
	background: #001b2e;
}
a.link-xl i{
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
.box{
	width: 688px;
	float: left;
	border:1px solid #a9a9a9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 30px 0px;
}
.box .box-title{
	font-size: 18px;
	line-height: 18px;
	color: #404040;
	border-bottom: 1px solid #a9a9a9;
	width: 618px;
	float: left;
	padding: 10px 35px;
	background: #fbfbfb;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius:  5px 5px 0px 0px;
	-webkit-border-radius:  5px 5px 0px 0px;
}
.box .box-content{
	width: 618px;
	float: left;
	padding: 25px 35px 35px 35px;
	/*border-bottom: 1px solid #a9a9a9;*/
	float: left;
}
.box .box-content img{
	max-width: 618px;
	height: auto;
}
.box .box-more{
	width: 618px;
	float: left;
	padding: 15px 35px 15px 35px;
}
.box ul{
	list-style-type: decimal;
	width: 598px;
	padding-left: 20px;
}
table.grey{}
table.grey td.grey{
	background: #eaeaea;
	font-weight: bold;
}
#main table.grey td{
	padding: 30px 25px;
}
.column-left img.border{
	width: 660px;
	border: 1px solid #000;
	padding: 24px 14px;
}
#boxes4{
	margin: 0px 0px 20px 0px;
	float: left;
	width: 100%;
}
#boxes4 .one-box{
	width: 330px;
	float: left;
}
#boxes4 .one-box .title{
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
}
#boxes4 .box001{
	padding: 0px 14px 15px 0px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 160px;
}
#boxes4 .box002{
	padding: 0px 0px 15px 15px;
	border-bottom: 1px solid #000;
	height: 160px;
}
#boxes4 .box003{
	padding: 14px 14px 15px 0px;
	border-right: 1px solid #000;
	height: 180px;
}
#boxes4 .box004{
	padding: 14px 0px 15px 15px;
	height: 180px;
}
.yellow{
	color: #e2950d;
}
.ul-img{
	width: 100%;
	float: left;
}
.ul-img .left-ul{
	width: 435px;
	float: left;
}
.ul-img .left-ul ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.ul-img .left-ul ul li{
	width: 405px;
	padding-left: 30px;
	float: left;
	margin: 0px 0px 20px 0px;
	background: url(images/tick.png) no-repeat left 2px;
}
.ul-img .right-img{
	width: 202px;
	float: right;
}
.ul-img .right-img img{
	width: 202px;
	height: auto;
}
.one-row{
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
}
.one-row .left-title{
	width: 90px;
	float: left;
}
.one-row .right-value{
	width: 600px;
	float: right;
}

.column-left h4{
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	float: left;
	border-bottom: 2px solid #3d6699;
}
.column-left h4.full-width{
	width: 100%;
}
.column-left h4.no-border{
	border: none;
	padding: 5px 0px 5px 0px;
}
.column-left h4:before{
	content: '';
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 10px;
    top: 0px;
    background: #3d6699;
}
.colorbox{
	width: 681px;
	float: left;
	clear: both;
	border:3px solid #0a9e49;
	margin: 0px 0px 15px 0px;
	background: #e5e5e5;
}
.greenbox{
	margin: 20px 0px 15px 0px;
}
.bluebox{
	border-color: #2e89ec;
}
.yellowbox{
	border-color: #e47c00;
}
.redbox{
	border-color:#ae1400;
}
.colorbox .left-title{
	padding: 20px 15px;
	width: 130px;
	float: left;
	font-size: 18px;
	line-height: 60px;
}
.greenbox .left-title{
	line-height: 80px;
}
.bluebox .left-title{
	line-height: 100px;
}
.colorbox .right-value{
	padding: 20px;
	width: 478px;
	float: left;
	border-left:3px solid #0a9e49;
	background: #fff;
}
.bluebox .right-value{
	border-color: #2e89ec;
}
.yellowbox .right-value{
	border-color: #e47c00;
}
.redbox .right-value{
	border-color:#ae1400;
}
.slogan{
	width: 435px;
	height: 75px;
	background: #001b2d;
	color: #fff;
	font-size: 25px;
	line-height: 75px;
	text-align: center;
	float: left;
	margin: 10px 0 50px 110px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.contact-text-img{
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
}
.contact-text-img .left-text{
	width: 400px;
	float: left;
}
.contact-text-img .left-text span{
	font-size: 16px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	float: left;
}
.contact-text-img .right-img{
	width: 207px;
	float: right;
}
#contactForm{
	width:660px;
	border:15px solid #f7f7f7;
	float: left;
	margin: 0px 0px 20px 0px;
	background: #fff;
}
#contactForm .tetxlabelWrapper{
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
}
#contactForm .tetxlabelWrapper span.required{
	margin-top: 2px;
}
#contactForm span.required{
	color: #bf0000;
}
#contactForm #form-jacky span.required{
	margin-top: 15px;
}
#contactForm .textInputWrapper{
	width:100%;
	float: left;
}
#contactForm .textInputWrapper .input-name{
	width: 115px;
	float: left;
	padding-left:25px;
	line-height: 45px;
}
#contactForm .textAreaWrapper .input-name{
	height: 150px;
}
#contactForm .textInputWrapper .input-value{
	padding: 6px 0 7px 45px;
	float: left;
}
#contactForm .textInputWrapper .input-value input,
#contactForm .textInputWrapper .input-value textarea{
	width:440px;
	height: 16px;
	border:1px solid #cecece;
	padding: 7px 10px;
}
#contactForm .textInputWrapper .input-value textarea{
	width: 440px;
	height: 120px;
	resize: none;
}
#contactForm .submitWrapper{
	width:100%;
	float: left;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
#contactForm .submitWrapper input[type="button"],
#contactForm .submitWrapper input[type="submit"]{
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	padding: 0px 70px;
	background: #3d6699;
	cursor: pointer;
	font-size: 18px;
}
#contactForm .submitWrapper input[type="button"]{
	margin-right: 10px;
}
#contactForm input[disabled], #contactForm input[readonly],
#contactForm textarea[disabled], #contactForm textarea[readonly]{
	cursor: not-allowed;
    background-color: #eeeeee;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
	border: none !important;
	margin: 0px 0.5em 1em 0.5em !important;
	top: -30px;
	left: 40px;
	position: relative;
	float: left;
	color:red;
}
div.wpcf7-mail-sent-ok{
	color: green;
}
#menu-side{
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
}
#menu-side .menu-title{
	color: #fff;
	background: #313131;
	padding: 16px 25px;
	width: 175px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	border-radius: 10px 10px 0px 0px;
}
#menu-side ul{
	width: 223px;
	float: left;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
}
#menu-side ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #d3d3d3;
}
#menu-side ul li a{
	width: 100%;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	background: #fff;
}
#menu-side ul li a span{
	background: url(images/menu-side-arrow.png) no-repeat 25px center;
	padding-left: 45px;
}
#menu-side ul li a:hover,
#menu-side ul li.current-menu-item a,
#menu-side li.current-menu-parent a,
#menu-side li.current-post-ancestor a,
#menu-side li.current-post-parent a,
#menu-side ul li.active a{
	background: #d8d8d8;
}
.zs{
	width: 100%;
	float: left;
}
.zs img{
	width: 185px;
	float: left;
	padding: 20px;
}
.image-and-text{
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
}
.image-and-text .left-image{
	width: 120px;
	float: left;
	margin-left: 10px;
}
.image-and-text .left-image img.moap{
	width: 100px;
	margin: 0px 0px 0px 20px;
}
.image-and-text .right-text{
	width: 520px;
	float: right;
}
.greybox{
	width: 600px;
	float: left;
	padding: 15px 45px;
	background: #f1f4f8;
	margin: 0px 0px 50px 0px;
}
.greybox-no-padding {
    padding: 15px 5px;
    width: 680px;
}
.greybox .title{
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	float: left;
	width: 100%;
}
.two-ul{
	width: 100%;
	float: left;
}
.two-ul ul{
	width: 300px;
	float: left;
	list-style-type: none;
}
.two-ul ul.right-ul{
	float: right;
}
.two-ul ul li:before{
	content: '';
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 10px;
    top: 1px;
    background: #292929;
}
.column-left h4.line-t{
	width: 100%;
	border:none;
}
.column-left h4.line-t:before{
	display: none;
}
.column-left h4.line-t span{
	position: relative;
	z-index: 101;
	background: #fff;
	padding: 0px 10px 0px 0px;
}
hr.line{
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #215ba5;
    padding: 0; 
    position: relative;
    top:-15px;
    z-index: 100;
}
img.fullwidth{
	width: auto;
	height: auto;
	float: left;
}
#main table.web-tab td.num{
	width: 24px;
	text-align: center;
	padding: 8px 10px;
}
table.web-tab td.zl{
	width: 110px;
}
table.web-tab td.lj{
	width: 170px;
}
table.js-tab{}
table.js-tab .title td{
	background: #d8d8d8;
	font-weight: bold;
	text-align: center;
}
table.js-tab .td1{
	width: 130px;
}
table.tab .green{
	background: #9bb9e0;
}
table tr.blue td{
	background: #9bb9e0;
	font-weight: bold;
}
p.center{
	text-align: center;
}
.tab-title{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
}
.tab-title span{
	font-size: 25px;
}
.tab-data{
	width: 680px;
	float: left;
	margin: 0px 0px 10px 0px;
	text-align: right;
	padding-right: 10px;
}
#main table.lj-tab td{
	padding: 8px 10px;
}
#main table.lj-tab tr.title td{
	background: #9bb9e0;
	font-weight: bold;
	text-align: center;
}
#main table td.td0001{
	width: 150px;
}
#main table td.td0002{
	width: 28px;
}
#main table.lj-tab tr td:nth-child(2){
	text-align: center;
}
#main table td.td0003{
	width: 100px;
}
#main table.lj-tab tr td:nth-child(3){
	text-align: center;
}
#main table td.td0004{
	width: 60px;
}
#main table.lj-tab tr td:nth-child(4){
	text-align: center;
}
#main table.lj-tab tr td:nth-child(5){
	text-align: center;
}
#main table td.grey{
	background: #eaeaea;
}
.slideToggle{
	width: 100%;
	float: left;
	display: none;
}
.list-all .one-post.poststicky .p-name{
	color: #f00;
}
table.lj-tab-center td{
	text-align: center;
}
.content-default .type-post img{
	max-width: 688px;
}
#main table.tab-no-border{
	border: none;
}
#main table.tab-no-border td{
	border: none;
}
#main table.tab-no-border td.title{
	width: 100px;
	padding: 5px 25px 5px 0px;
}
.xx1{
	width: 690px;
	height: 396px;
	float: left;
	margin: 0px 0px 40px 0px;
	background: url(images/xx1.jpg) no-repeat left center;
	position: relative;
	z-index: 20;
}
.xx1 .left{
	width: 209px;
	float: left;
	position: relative;
	z-index: 201;
	color: #fff;
}
.xx1 .title-l{
	position: absolute;
	font-size: 35px;
	line-height: 50px;
	top:60px;
	left: 20px;
}
.xx1 .title-m{
	width: 106px;
	position: absolute;
	z-index: 202;
	right:0px;
	text-align: center;
	font-size: 16px;
}
.xx1 .title1{
	top:18px;
}
.xx1 .title2{
	top:95px;
}
.xx1 .title3{
	top:180px;
}
.xx1 .title4{
	top:263px;
}
.xx1 .title5{
	top:350px;
}
.xx1 .right{
	width: 455px;
	float: right;
	position: relative;
	z-index: 22;
}
.xx1 .p-m{
	position: absolute;
	z-index: 200;
	padding-left: 30px;
	background: url(images/square.jpg) no-repeat left 3px;
}
.xx1 .p1{
	top:0px;
}
.xx1 .p2{
	top:40px;
}
.xx1 .p3{
	top:95px;
}
.xx1 .p4{
	top:175px;
}
.xx1 .p5{
	top:275px;
}
.xx1 .p6{
	top:360px;
}

.xx2 .title1{
	top:18px;
}
.xx2 .title2{
	top:103px;
}
.xx2 .title3{
	top:188px;
}
.xx2 .title4{
	top:273px;
}
.xx2 .title5{
	top:360px;
}
.xx2 .p1{
	top:10px;
}
.xx2 .p2{
	top:105px;
}
.xx2 .p3{
	top:170px;
}
.xx2 .p4{
	top:265px;
}
.xx2 .p5{
	top:360px;
}
.column-left-contact{
	width: 800px;
	margin-left: 65px;
}
.column-left-contact h2, .column-left-contact h3{
	width: 770px;
}
.column-left-contact #contactForm{
	width: 770px;
}
.column-left-contact #contactForm .textInputWrapper .input-value input, 
.column-left-contact #contactForm .textInputWrapper .input-value textarea{
	width: 550px;
}
.list-searches{
	width: 100%;
	float: left;
}
.list-searches .one-search{
	width: 100%;
	float: left;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom:1px solid #ccc;
}
.list-searches .one-search .post-title{
	font-weight: bold;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3d6699;
    margin-bottom: 15px;
    width: 700px;
    float: left;
}
.list-searches .one-search .post-title a{
	color: #3d6699;
}
.list-searches .one-search .post-title a:hover{
	text-decoration: underline;
}
.list-searches .one-search .post-date{
	width: 200px;
	float: right;
	text-align: right;
}
#main table.lj-tab td.td101{}
#main table.lj-tab td.td102{
	width: 160px;
}
#main table.lj-tab td.td103{
	width: 160px;
}
#main table.lj-tab td.td101{}
.post-content img{
	max-width: 690px;
	height: auto;
}

img.own{
	width: auto !important;
	height: auto !important;
	border: none !important;
}